treeview: Transform motion event coords to "bin window" coords
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 6 Oct 2017 14:50:29 +0000 (16:50 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 6 Oct 2017 16:23:26 +0000 (18:23 +0200)
commit0724fa7f61cde5c3934587cc6d04e8922f0b0cbc
treed540e5f6f13cf7eb0cd2008f453923ed8b7606f6
parentd832e5b2dd6ae80af7a62507b4dc90eb6624d7e8
treeview: Transform motion event coords to "bin window" coords

The operations rely there on bin window relative coordinates, but we
are receiving GtkTreeView relative coordinates there. Fixes clicking
on treeview expanders, which was offset by visible headers.
gtk/gtktreeview.c